home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / fonts / conf.avail / 80-delicious.conf < prev    next >
Extensible Markup Language  |  2008-09-18  |  388b  |  20 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <fontconfig>
  4. <!-- Fix-ups for Delicious family -->
  5.  
  6. <!-- Delicious 'heavy' variant says its Medium weight -->
  7. <match target="scan">
  8.     <test name="family">
  9.         <string>Delicious</string>
  10.     </test>
  11.     <test name="style">
  12.         <string>Heavy</string>
  13.     </test>
  14.     <edit name="weight">
  15.         <const>heavy</const>
  16.     </edit>
  17. </match>
  18.  
  19. </fontconfig>
  20.